projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4bf091b
)
(custom-make-dependencies): Bind to t around evaluating the def-form.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 21 Sep 2002 20:00:20 +0000
(20:00 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 21 Sep 2002 20:00:20 +0000
(20:00 +0000)
lisp/cus-dep.el
patch
|
blob
|
history
diff --git
a/lisp/cus-dep.el
b/lisp/cus-dep.el
index 19ae727b2ddbd3efdf2cae786931f449b880712b..d7fd848a9abf583e10f7c68dc781bd0c45782b55 100644
(file)
--- a/
lisp/cus-dep.el
+++ b/
lisp/cus-dep.el
@@
-66,7
+66,7
@@
Usage: emacs -batch -l ./cus-dep.el -f custom-make-dependencies DIRS"
(setq is-autoloaded t)))
(let ((expr (read (current-buffer))))
(condition-case nil
- (
progn
+ (
let ((custom-dont-initialize t))
(eval expr)
(put (nth 1 expr) 'custom-autoloaded is-autoloaded)
(put (nth 1 expr) 'custom-where name))